DevForce Help Reference
GetEntityReference(TInstance) Method


Entity instance
Returns the ListEntityReference<T> for this navigation property.
Syntax
'Declaration
 
Public Overloads Function GetEntityReference( _
   ByVal instance As TInstance _
) As ListEntityReference(Of TValue)
'Usage
 
Dim instance As NavigationListEntityProperty(Of TInstance,TValue)
Dim instance As TInstance
Dim value As ListEntityReference(Of TValue)
 
value = instance.GetEntityReference(instance)
public ListEntityReference<TValue> GetEntityReference( 
   TInstance instance
)

Parameters

instance
Entity instance
Remarks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NavigationListEntityProperty<TInstance,TValue> Class
NavigationListEntityProperty<TInstance,TValue> Members
Overload List

Send Feedback